google.golang.org/grpc.dialOptions.returnLastError (field)
4 uses
google.golang.org/grpc (current package)
clientconn.go#L228: case err == nil || !cc.dopts.returnLastError:
clientconn.go#L323: if err = cc.connectionError(); err != nil && cc.dopts.returnLastError {
dialoptions.go#L63: returnLastError bool
dialoptions.go#L305: o.returnLastError = true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)